home *** CD-ROM | disk | FTP | other *** search
- USER.EXE: INT WINAPI GetSystemMetrics(INT); alias GetRes
- ;Ex. GetSystemMetrics(0) -- gets x resolution
- ;Ex. GetSystemMetrics(1) -- gets y resolution
-
- USER.EXE: BOOL WINAPI SetWindowPos(HWND,HWND,INT,INT,INT,INT,UINT);
- ;Ex. SetWindowPos(@_run_wnd,-1,0,0,0,0,3)
-
- USER.EXE: BOOL WINAPI ShowWindow(HWND,INT);
- ;Ex. ShowWindow(@handle, 6) min
- ;Ex. ShowWindow(@handle, 1) normal
- ;9 restore 3 max 0 hide
-